projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0c4f9
)
video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards
author
Łukasz Majewski
<
[email protected]
>
Tue, 8 Jan 2013 03:48:40 +0000
(
03:48
+0000)
committer
Minkyu Kang
<
[email protected]
>
Wed, 9 Jan 2013 01:26:53 +0000
(10:26 +0900)
lcd_set_flush_dcache(1) function is called from exynos_fb.c configuration file
to enable lcd_sync function.
Signed-off-by: Lukasz Majewski <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Tested-by: Lukasz Majewski <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
drivers/video/exynos_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/exynos_fb.c
b/drivers/video/exynos_fb.c
index d9a3f9ab18976ba597d779ec9e0fab6ffcc70414..aac74a3c68efc5349685fba8a10ae8f0819e5f0d 100644
(file)
--- a/
drivers/video/exynos_fb.c
+++ b/
drivers/video/exynos_fb.c
@@
-63,6
+63,9
@@
static void exynos_lcd_init_mem(void *lcdbase, vidinfo_t *vid)
static void exynos_lcd_init(vidinfo_t *vid)
{
exynos_fimd_lcd_init(vid);
+
+ /* Enable flushing after LCD writes if requested */
+ lcd_set_flush_dcache(1);
}
static void draw_logo(void)